* {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}
.Navbar {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0px 4px 10px 0px #9c9c9c14;
  border-bottom: 0.5px solid white;
}
.mode-toggle {
  margin-left: 10px;
  background: #f1f1f1;
  border: none;
  padding: 8px 12px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.mode-toggle:hover {
  background: #ddd;
}
body.dark-mode {
  background-color: #1e1e1e;
  color: #ffffff;
}
body.dark-mode .Navbar {
  background-color: #2c2c2c;
}
body.dark-mode .Navbar .links a {
  color: #ffffff;
}
body.dark-mode .Navbar .links a:hover {
  color: #f07171;
}
body.dark-mode footer {
  background-color: #2c2c2c;
  color: #ccc;
}
body.dark-mode .top {
  background: #444;
}
body.dark-mode .section-2,
body.dark-mode .section-5,
body.dark-mode footer {
  background-color: #2b2b2b;
  color: #f1f1f1;
}

body.dark-mode .review {
  background-color: #1f1919;
  color: #fff;
}

body.dark-mode .photo img {
  filter: brightness(0.7);
}

body.dark-mode .btn,
body.dark-mode .Watch {
  background-color: #f07171;
}

body.dark-mode .nav,
body.dark-mode .Explore,
body.dark-mode .Intro,
body.dark-mode .top {
  background-color: #f07171;
  color: #fff;
}


.Navbar .logo {
  display: flex;
  font-weight: 700;
  font-size: 24px;
}
.logo img {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}

.nav {
  padding: 10px 13px;
  border: none;
  background-color: #f07171;
  color: white;
}

.Navbar .links a {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  margin-right: 48px;
}
.Navbar .links a:hover {
  color: #f07171;

}
.ptn {
  padding: 12px;
  margin: 5px;
}
.ptn a {
  margin: 13px;
  text-decoration: none;
  color: #000000;
}
.Explore,
.Intro {
  padding: 10px 13px;
  border: none;
  background-color: #f07171;
  color: white;
}

.body {
  display: flex;
  padding-top: 0px;
}
.left-1 {
  margin: 100px 50px;
}
.left-1 h1 {
  font-size: 51px;
  margin-bottom: 37px;
}
.left-1 p {
  margin-bottom: 40px;
  font-size: 17px;
}
.btn {
  display: flex;
  align-items: center;
  margin-top: 33px;
  background-color: #f07171;
  width: 32%;
  height: 14%;
  border-radius: 4px;
}
.right-1 img {
  text-align: center;
  width: 490px;
  height: 436px;
  margin-left: 310px;
  margin-top: 60px;
}
.section-2 {
  background-color: #eeee;
  display: flex;
  margin-left: 23px;
  margin-top: 23px;
  width: 1300px;
  height: 220px;
}
.one {
  padding-left: 100px;
  padding-top: 40px;
  margin-left: 28px;
}
.one p {
  font-size: 14px;
  margin-top: 10px;
}
.section-3 {
  width: 1139px;
  height: 487px;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}
.section-3 img {
  margin-left: 22px;
  width: 490px;
  height: 436px;
}
.section-3 .right-2 {
  margin-left: 120px;
  margin-top: 49px;
}
.right-2 h1 {
  margin-bottom: 30px;
}
.right-2 p {
  margin-bottom: 30px;
}
.group {
  display: flex;
  justify-content: space-between;
  width: 507px;
  height: 110px;
}
.group p {
  color: #b8adad;
  font-size: 14px;
  margin-top: 16px;
}
.section-4 {
  width: 1322px;
  height: 1245px;
  margin-left: 12px;
}
.section-4 h1 {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 29px;
  font-size: 40px;
}
.content {
  display: flex;
}
.box-1,
.box-2 {
  text-align: center;
}
.box-1 h1,
.box-2 h1 {
  font-size: 28px;
  margin-top: 9px;
}
.box-1 h2,
.box-2 h2 {
  margin-top: 12px;
}
.Element-1,
.Element-2 {
  display: flex;
  justify-content: space-between;
}
.Element-2 {
  margin-top: 48px;
}
.section-5 {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  height: 570px;
  margin-top: 20px;
  background-color: #eeee;
  margin-left: 14px; 
}
.part-1 {
  margin-top: 40px;
  margin-left: 66px;
  width:100%;
 
}
.part-1 h1 {
  font-size: 36px;
}
.part-1 p {
  font-size: 17px;
  margin-top: 4px;
}
.list {
  width: 300px;
  display: flex;
  margin-left: 20px;
  justify-content: space-between;
  margin-top: 6px;
}
.right {
  margin-right: 88px;
  width: 52%;
  height: 443px;
}
.right img {
  height: 480px;
  margin-left: 300px;
  margin-top: 40px;
}
.Watch {
    display: flex;
    align-items: center;
    margin-top: 33px;
    background-color: #f07171;
    padding: 10px;
    width: 31%;
    border-radius: 4px;
}
.photo {
  width: 1200px;
  margin-top: 38px;
  margin-left: 38px;
  justify-content: space-between;
  display: flex;
}
.section-6 h1 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 24px;
}
.section-6 .feed-back {
  display: flex;
  justify-content: space-evenly; 
  
}
.review {
  width: 379px;
  height: 330px ;
  background-color: #eeee;
}
.image {
  margin-left: 20px;
  margin-top: 32px;
}
.review p {
  margin-top: 43px;
  margin-left: 13px;
}
h4{
  color: #3a3a3a;
}
.info-cust {
  margin-left: 13px;
  margin-top: 70px;
  text-align: center;
  display: flex;
  gap: 10px;
}
.info-cust h2,h4 {
  margin-left: 8px;
  margin-top: 6px;
}
footer {

  margin-top: 23px;
  width: 1330px;
  height: 240px;
  background-color: #eeee;
  min-width: 100%;
}
.top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #f07171;
  border: none;
  color: white;
  padding: 12px 15px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: none;
  transition: 0.3s;
}
.top:hover {
  background: #d95c5c;
}
.section-7 {
  display: flex;
  justify-content: space-evenly;
}
.section-7 h1 {
  margin-top: 28px;
}
.section-7 p {
  margin-top: 15px;
}
.foot {
  margin-top: 28px;
  display: flex;
  margin-left: 20px;
}
hr{
margin-top: 10px;
color: #f14242;
}
  marquee{
    margin-top: 10px;
    color: #f14242;
  }

/* Responsive Mobile */
@media (max-width: 768px) {
  /* Navbar */
  .Navbar {
    justify-content: space-between;
    align-items: center;
    padding: 20px ;
  }

  .Navbar .links {
    display: none;
    flex-direction: column;
    background: #fff;
  }

    /* Body  */
  .body {
    flex-direction: column;
    text-align: l;
    margin: 20px 10px;
  }
  .left-1 {
    margin: 20px 10px;
  }
  .left-1 h1 {
    font-size: 34px;
  }
  .left-1 p {
    font-size: 15px;
  }
  .btn {
    width: 30%;
    justify-content: center;
    padding: 12px;
    border-radius: 4px;
  }
  .right-1 img {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }

  /* Section 2 */
  .section-2 {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: 20px 0;
    padding: 20px;
  }
  .one {
    padding: 10px;
    margin-left: 0;
  }

  /* Section 3 */
  .section-3 {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0px;
  }
  .section-3 img {
    margin: 0;
    
  }
  .section-3 .right-2 {
    margin-left: 20px;
  }
  .group {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  /* Section 4 */
  .section-4 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .Element-1,
  .Element-2 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
 .photo{
  margin-top:100px ;
   flex-direction: column;
   height: 100px;
   width: 300px;
  align-items: center;
  margin-right: 200px;
   
 }
  /* Section 5 */
  .section-5 {
    flex-direction: column;
    width: 87%;

    height: auto;
    padding: 20px;
  }
  .part-1 {
    margin: 20px 0;
    padding-top: 0;
  }
  .list {
    flex-direction: column;
    align-items: center;
    margin: 10px auto;
    display: none; 
  }
}
  /* responsive mobile */
  @media (max-width: 768px) {
  
  .right {
    width: 100%;
    margin: 20px 0;
  }
  .right img {
    width: 94%;
    height: auto;
    margin: 0;
  }
  .Watch {
    width: 30%;
  }
 .section-6 h1{
  margin-top: 10px;
 }
  /* Section 6 (Feedback) */
  .section-6{
    margin-top: 310px;
  }
  .section-6 .feed-back {
    flex-direction: column;
    align-items: center;
    gap: 20px;

  }
  .review {
    width: 90%;
    height: auto;
   
  }

  /* Footer */
  footer {
    width: 90%;
    height: auto;
    margin: 10px;
    padding: 20px;
    text-align: center;
  }
  .section-7 {
    flex-direction: column;
    gap: 20px;
  }
  .foot {
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
  }
  }
